Html Css Color HEX #FBB74C Koromiko

📋 copy color: '#FBB74C'

red 251 ◦ green 183 ◦ blue 76

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

Shades of Koromiko #FBB74C

Tints of Koromiko #FBB74C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.88%

 BLUE value IS 76 (30.08% from 255) = 14.9%

R = 49.22%
G = 35.88%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FBB74C (or 0xFBB74C) is known color: Koromiko. HEX triplet: FB, B7 and 4C. RGB value is (251,183,76). Sum of RGB (Red+Green+Blue) = 251+183+76=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB74C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBB74C is #0448B3. Grayscale: #BFBFBF. Windows color (decimal): -280756 or 5027835. OLE color: 5027835.

HSL color Cylindrical-coordinate representation of color #FBB74C: hue angle of 36.69º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FBB74C is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 183 76 -
CMYK 0 0.27 0.70 0.02
HSL 36.69º 0.96% 0.64% -
HSV(B) 36.69º 0.7% 0.98% -
XYZ 58.02 54.9 14.38 -
YUV 191.13 63.03 170.7 -
System Red Green Blue C M Y K H S L
Decimal 251 183 76 0 0.27 0.70 0.02 36.69 0.96 0.64
Hex FB B7 4C 0 1B 46 2 25 60 40
Octal 373 267 114 0 33 106 2 45 140 100
Binary 11111011 10110111 1001100 0 11011 1000110 10 100101 1100000 1000000

Color Harmonies of #FBB74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB74C

Black with #FBB74C

Text Example


Text Example

White with #FBB74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB74C; }

 p { color: rgb(251,183,76); }

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

background-color css

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

 a { background-color: rgb(251,183,76); }

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

border-color css

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

 span { border-color: rgb(251,183,76); }

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