Html Css Color HEX #FFB431 Supernova

📋 copy color: '#FFB431'

red 255 ◦ green 180 ◦ blue 49

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

Shades of Supernova #FFB431

Tints of Supernova #FFB431

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.19%

 BLUE value IS 49 (19.53% from 255) = 10.12%

R = 52.69%
G = 37.19%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFB431 (or 0xFFB431) is known color: Supernova. HEX triplet: FF, B4 and 31. RGB value is (255,180,49). Sum of RGB (Red+Green+Blue) = 255+180+49=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB431 is #004BCE. Grayscale: #BCBCBC. Windows color (decimal): -19407 or 3257599. OLE color: 3257599.

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

Color convert

RGB 255 180 49 -
CMYK 0 0.29 0.81 0
HSL 38.16º 1% 0.6% -
HSV(B) 38.16º 0.81% 1% -
XYZ 58.12 54.12 10.29 -
YUV 187.49 49.85 176.15 -
System Red Green Blue C M Y K H S L
Decimal 255 180 49 0 0.29 0.81 0 38.16 1 0.6
Hex FF B4 31 0 1D 51 0 26 64 3C
Octal 377 264 61 0 35 121 0 46 144 74
Binary 11111111 10110100 110001 0 11101 1010001 0 100110 1100100 111100

Color Harmonies of #FFB431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB431

Black with #FFB431

Text Example


Text Example

White with #FFB431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB431; }

 p { color: rgb(255,180,49); }

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

background-color css

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

 a { background-color: rgb(255,180,49); }

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

border-color css

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

 span { border-color: rgb(255,180,49); }

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