Html Css Color HEX #FFB231 Supernova

📋 copy color: '#FFB231'

red 255 ◦ green 178 ◦ blue 49

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

Shades of Supernova #FFB231

Tints of Supernova #FFB231

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.93%

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

R = 52.9%
G = 36.93%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFB231 (or 0xFFB231) is known color: Supernova. HEX triplet: FF, B2 and 31. RGB value is (255,178,49). Sum of RGB (Red+Green+Blue) = 255+178+49=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 49 (19.53% from 255 or 10.17% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB231 is #004DCE. Grayscale: #BABABA. Windows color (decimal): -19919 or 3257087. OLE color: 3257087.

HSL color Cylindrical-coordinate representation of color #FFB231: hue angle of 37.57º 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 #FFB231 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 178 49 -
CMYK 0 0.30 0.81 0
HSL 37.57º 1% 0.6% -
HSV(B) 37.57º 0.81% 1% -
XYZ 57.71 53.32 10.16 -
YUV 186.32 50.51 176.99 -
System Red Green Blue C M Y K H S L
Decimal 255 178 49 0 0.30 0.81 0 37.57 1 0.6
Hex FF B2 31 0 1E 51 0 26 64 3C
Octal 377 262 61 0 36 121 0 46 144 74
Binary 11111111 10110010 110001 0 11110 1010001 0 100110 1100100 111100

Color Harmonies of #FFB231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB231

Black with #FFB231

Text Example


Text Example

White with #FFB231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB231; }

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

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

background-color css

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

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

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

border-color css

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

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

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