Html Css Color HEX #FBBA30 Supernova

📋 copy color: '#FBBA30'

red 251 ◦ green 186 ◦ blue 48

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

Shades of Supernova #FBBA30

Tints of Supernova #FBBA30

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.35%

 BLUE value IS 48 (19.14% from 255) = 9.9%

R = 51.75%
G = 38.35%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBBA30 (or 0xFBBA30) is known color: Supernova. HEX triplet: FB, BA and 30. RGB value is (251,186,48). Sum of RGB (Red+Green+Blue) = 251+186+48=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 48 (19.14% from 255 or 9.90% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA30 is #0445CF. Grayscale: #BEBEBE. Windows color (decimal): -280016 or 3193595. OLE color: 3193595.

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

Color convert

RGB 251 186 48 -
CMYK 0 0.26 0.81 0.02
HSL 40.79º 0.96% 0.59% -
HSV(B) 40.79º 0.81% 0.98% -
XYZ 57.88 55.84 10.52 -
YUV 189.7 48.03 171.72 -
System Red Green Blue C M Y K H S L
Decimal 251 186 48 0 0.26 0.81 0.02 40.79 0.96 0.59
Hex FB BA 30 0 1A 51 2 29 60 3B
Octal 373 272 60 0 32 121 2 51 140 73
Binary 11111011 10111010 110000 0 11010 1010001 10 101001 1100000 111011

Color Harmonies of #FBBA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBA30

Black with #FBBA30

Text Example


Text Example

White with #FBBA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBA30; }

 p { color: rgb(251,186,48); }

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

background-color css

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

 a { background-color: rgb(251,186,48); }

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

border-color css

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

 span { border-color: rgb(251,186,48); }

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