Html Css Color HEX #FBDF6C Sweet Corn

📋 copy color: '#FBDF6C'

red 251 ◦ green 223 ◦ blue 108

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

Shades of Sweet Corn #FBDF6C

Tints of Sweet Corn #FBDF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.56%

R = 43.13%
G = 38.32%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FBDF6C (or 0xFBDF6C) is known color: Sweet Corn. HEX triplet: FB, DF and 6C. RGB value is (251,223,108). Sum of RGB (Red+Green+Blue) = 251+223+108=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 108 (42.58% from 255 or 18.56% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF6C is #042093. Grayscale: #DADADA. Windows color (decimal): -270484 or 7135227. OLE color: 7135227.

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

Color convert

RGB 251 223 108 -
CMYK 0 0.11 0.57 0.02
HSL 48.25º 0.95% 0.7% -
HSV(B) 48.25º 0.57% 0.98% -
XYZ 68.88 74.37 24.91 -
YUV 218.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 251 223 108 0 0.11 0.57 0.02 48.25 0.95 0.7
Hex FB DF 6C 0 B 39 2 30 5F 46
Octal 373 337 154 0 13 71 2 60 137 106
Binary 11111011 11011111 1101100 0 1011 111001 10 110000 1011111 1000110

Color Harmonies of #FBDF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF6C

Black with #FBDF6C

Text Example


Text Example

White with #FBDF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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