Html Css Color HEX #FFBD3C Supernova

📋 copy color: '#FFBD3C'

red 255 ◦ green 189 ◦ blue 60

#FFBD3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Supernova #FFBD3C

Tints of Supernova #FFBD3C

RGB

 RED value IS 255 (100% from 255) = 50.6%

 GREEN value IS 189 (74.22% from 255) = 37.5%

 BLUE value IS 60 (23.83% from 255) = 11.9%

R = 50.6%
G = 37.5%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFBD3C (or 0xFFBD3C) is known color: Supernova. HEX triplet: FF, BD and 3C. RGB value is (255,189,60). Sum of RGB (Red+Green+Blue) = 255+189+60=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD3C is #0042C3. Grayscale: #C2C2C2. Windows color (decimal): -17092 or 3980799. OLE color: 3980799.

HSL color Cylindrical-coordinate representation of color #FFBD3C: hue angle of 39.69º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFBD3C is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 255 189 60 -
CMYK 0 0.26 0.76 0
HSL 39.69º 1% 0.62% -
HSV(B) 39.69º 0.76% 1% -
XYZ 60.25 57.98 12.29 -
YUV 194.03 52.37 171.49 -
System Red Green Blue C M Y K H S L
Decimal 255 189 60 0 0.26 0.76 0 39.69 1 0.62
Hex FF BD 3C 0 1A 4C 0 28 64 3E
Octal 377 275 74 0 32 114 0 50 144 76
Binary 11111111 10111101 111100 0 11010 1001100 0 101000 1100100 111110

Color Harmonies of #FFBD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBD3C

Black with #FFBD3C

Text Example


Text Example

White with #FFBD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBD3C; }

 p { color: rgb(255,189,60); }

 H1.HeaderClassName
 {
   color: #FFBD3C;
 }
 .AnyTagClassName
 {
   color: #FFBD3C;
 }
</style>

background-color css

<style>
 a { background-color: #FFBD3C; }

 a { background-color: rgb(255,189,60); }

 div.DivClassName
 {
   background-color: #FFBD3C;
 }
 .BgClassName
 {
   background-color: #FFBD3C;
 }
</style>

border-color css

<style>
 span { border-color: #FFBD3C; }

 span { border-color: rgb(255,189,60); }

 td.TdClassName
 {
   border-color: #FFBD3C;
 }
 .TagClassName
 {
   border-color: #FFBD3C;
 }
</style>