Html Css Color HEX #FBB12B Supernova

📋 copy color: '#FBB12B'

red 251 ◦ green 177 ◦ blue 43

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

Shades of Supernova #FBB12B

Tints of Supernova #FBB12B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.58%

 BLUE value IS 43 (17.19% from 255) = 9.13%

R = 53.29%
G = 37.58%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FBB12B (or 0xFBB12B) is known color: Supernova. HEX triplet: FB, B1 and 2B. RGB value is (251,177,43). Sum of RGB (Red+Green+Blue) = 251+177+43=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 43 (17.19% from 255 or 9.13% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB12B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBB12B is #044ED4. Grayscale: #B8B8B8. Windows color (decimal): -282325 or 2863611. OLE color: 2863611.

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

Color convert

RGB 251 177 43 -
CMYK 0 0.29 0.83 0.02
HSL 38.65º 0.96% 0.58% -
HSV(B) 38.65º 0.83% 0.98% -
XYZ 55.94 52.13 9.4 -
YUV 183.85 48.52 175.9 -
System Red Green Blue C M Y K H S L
Decimal 251 177 43 0 0.29 0.83 0.02 38.65 0.96 0.58
Hex FB B1 2B 0 1D 53 2 27 60 3A
Octal 373 261 53 0 35 123 2 47 140 72
Binary 11111011 10110001 101011 0 11101 1010011 10 100111 1100000 111010

Color Harmonies of #FBB12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB12B

Black with #FBB12B

Text Example


Text Example

White with #FBB12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB12B; }

 p { color: rgb(251,177,43); }

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

background-color css

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

 a { background-color: rgb(251,177,43); }

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

border-color css

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

 span { border-color: rgb(251,177,43); }

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