Html Css Color HEX #FBB32C Supernova

📋 copy color: '#FBB32C'

red 251 ◦ green 179 ◦ blue 44

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

Shades of Supernova #FBB32C

Tints of Supernova #FBB32C

RGB

 RED value IS 251 (98.44% from 255) = 52.95%

 GREEN value IS 179 (70.31% from 255) = 37.76%

 BLUE value IS 44 (17.58% from 255) = 9.28%

R = 52.95%
G = 37.76%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBB32C (or 0xFBB32C) is known color: Supernova. HEX triplet: FB, B3 and 2C. RGB value is (251,179,44). Sum of RGB (Red+Green+Blue) = 251+179+44=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBB32C is #044CD3. Grayscale: #B9B9B9. Windows color (decimal): -281812 or 2929659. OLE color: 2929659.

HSL color Cylindrical-coordinate representation of color #FBB32C: hue angle of 39.13º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBB32C is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 179 44 -
CMYK 0 0.29 0.82 0.02
HSL 39.13º 0.96% 0.58% -
HSV(B) 39.13º 0.82% 0.98% -
XYZ 56.36 52.93 9.63 -
YUV 185.14 48.35 174.98 -
System Red Green Blue C M Y K H S L
Decimal 251 179 44 0 0.29 0.82 0.02 39.13 0.96 0.58
Hex FB B3 2C 0 1D 52 2 27 60 3A
Octal 373 263 54 0 35 122 2 47 140 72
Binary 11111011 10110011 101100 0 11101 1010010 10 100111 1100000 111010

Color Harmonies of #FBB32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB32C

Black with #FBB32C

Text Example


Text Example

White with #FBB32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB32C; }

 p { color: rgb(251,179,44); }

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

background-color css

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

 a { background-color: rgb(251,179,44); }

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

border-color css

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

 span { border-color: rgb(251,179,44); }

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