Html Css Color HEX #FBDF72 Sweet Corn

📋 copy color: '#FBDF72'

red 251 ◦ green 223 ◦ blue 114

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

Shades of Sweet Corn #FBDF72

Tints of Sweet Corn #FBDF72

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.93%

 BLUE value IS 114 (44.92% from 255) = 19.39%

R = 42.69%
G = 37.93%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBDF72 (or 0xFBDF72) is known color: Sweet Corn. HEX triplet: FB, DF and 72. RGB value is (251,223,114). Sum of RGB (Red+Green+Blue) = 251+223+114=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 114 (44.92% from 255 or 19.39% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF72 is #04208D. Grayscale: #DBDBDB. Windows color (decimal): -270478 or 7528443. OLE color: 7528443.

HSL color Cylindrical-coordinate representation of color #FBDF72: hue angle of 47.74º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FBDF72 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 223 114 -
CMYK 0 0.11 0.55 0.02
HSL 47.74º 0.94% 0.72% -
HSV(B) 47.74º 0.55% 0.98% -
XYZ 69.21 74.5 26.65 -
YUV 218.95 68.78 150.86 -
System Red Green Blue C M Y K H S L
Decimal 251 223 114 0 0.11 0.55 0.02 47.74 0.94 0.72
Hex FB DF 72 0 B 37 2 30 5E 48
Octal 373 337 162 0 13 67 2 60 136 110
Binary 11111011 11011111 1110010 0 1011 110111 10 110000 1011110 1001000

Color Harmonies of #FBDF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF72

Black with #FBDF72

Text Example


Text Example

White with #FBDF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF72; }

 p { color: rgb(251,223,114); }

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

background-color css

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

 a { background-color: rgb(251,223,114); }

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

border-color css

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

 span { border-color: rgb(251,223,114); }

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