Html Css Color HEX #FFC04B Golden Tainoi

📋 copy color: '#FFC04B'

red 255 ◦ green 192 ◦ blue 75

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

Shades of Golden Tainoi #FFC04B

Tints of Golden Tainoi #FFC04B

RGB

 RED value IS 255 (100% from 255) = 48.85%

 GREEN value IS 192 (75.39% from 255) = 36.78%

 BLUE value IS 75 (29.69% from 255) = 14.37%

R = 48.85%
G = 36.78%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFC04B (or 0xFFC04B) is known color: Golden Tainoi. HEX triplet: FF, C0 and 4B. RGB value is (255,192,75). Sum of RGB (Red+Green+Blue) = 255+192+75=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 75 (29.69% from 255 or 14.37% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC04B is #003FB4. Grayscale: #C6C6C6. Windows color (decimal): -16309 or 4964607. OLE color: 4964607.

HSL color Cylindrical-coordinate representation of color #FFC04B: hue angle of 39º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFC04B is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB 255 192 75 -
CMYK 0 0.25 0.71 0
HSL 39º 1% 0.65% -
HSV(B) 39º 0.71% 1% -
XYZ 61.36 59.47 14.9 -
YUV 197.5 58.87 169.01 -
System Red Green Blue C M Y K H S L
Decimal 255 192 75 0 0.25 0.71 0 39 1 0.65
Hex FF C0 4B 0 19 47 0 27 64 41
Octal 377 300 113 0 31 107 0 47 144 101
Binary 11111111 11000000 1001011 0 11001 1000111 0 100111 1100100 1000001

Color Harmonies of #FFC04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC04B

Black with #FFC04B

Text Example


Text Example

White with #FFC04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC04B; }

 p { color: rgb(255,192,75); }

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

background-color css

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

 a { background-color: rgb(255,192,75); }

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

border-color css

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

 span { border-color: rgb(255,192,75); }

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