Html Css Color HEX #FBD43A Sunglow

📋 copy color: '#FBD43A'

red 251 ◦ green 212 ◦ blue 58

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

Shades of Sunglow #FBD43A

Tints of Sunglow #FBD43A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.69%

 BLUE value IS 58 (23.05% from 255) = 11.13%

R = 48.18%
G = 40.69%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FBD43A (or 0xFBD43A) is known color: Sunglow. HEX triplet: FB, D4 and 3A. RGB value is (251,212,58). Sum of RGB (Red+Green+Blue) = 251+212+58=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 58 (23.05% from 255 or 11.13% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBD43A is #042BC5. Grayscale: #CECECE. Windows color (decimal): -273350 or 3855611. OLE color: 3855611.

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

Color convert

RGB 251 212 58 -
CMYK 0 0.16 0.77 0.02
HSL 47.88º 0.96% 0.61% -
HSV(B) 47.88º 0.77% 0.98% -
XYZ 64.09 67.9 13.73 -
YUV 206.11 44.42 160.02 -
System Red Green Blue C M Y K H S L
Decimal 251 212 58 0 0.16 0.77 0.02 47.88 0.96 0.61
Hex FB D4 3A 0 10 4D 2 30 60 3D
Octal 373 324 72 0 20 115 2 60 140 75
Binary 11111011 11010100 111010 0 10000 1001101 10 110000 1100000 111101

Color Harmonies of #FBD43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD43A

Black with #FBD43A

Text Example


Text Example

White with #FBD43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD43A; }

 p { color: rgb(251,212,58); }

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

background-color css

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

 a { background-color: rgb(251,212,58); }

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

border-color css

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

 span { border-color: rgb(251,212,58); }

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