Html Css Color HEX #FFC34C Golden Tainoi

📋 copy color: '#FFC34C'

red 255 ◦ green 195 ◦ blue 76

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

Shades of Golden Tainoi #FFC34C

Tints of Golden Tainoi #FFC34C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.07%

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

R = 48.48%
G = 37.07%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFC34C (or 0xFFC34C) is known color: Golden Tainoi. HEX triplet: FF, C3 and 4C. RGB value is (255,195,76). Sum of RGB (Red+Green+Blue) = 255+195+76=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 76 (30.08% from 255 or 14.45% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC34C is #003CB3. Grayscale: #C7C7C7. Windows color (decimal): -15540 or 5030911. OLE color: 5030911.

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

Color convert

RGB 255 195 76 -
CMYK 0 0.24 0.70 0
HSL 39.89º 1% 0.65% -
HSV(B) 39.89º 0.7% 1% -
XYZ 62.06 60.81 15.3 -
YUV 199.37 58.38 167.68 -
System Red Green Blue C M Y K H S L
Decimal 255 195 76 0 0.24 0.70 0 39.89 1 0.65
Hex FF C3 4C 0 18 46 0 28 64 41
Octal 377 303 114 0 30 106 0 50 144 101
Binary 11111111 11000011 1001100 0 11000 1000110 0 101000 1100100 1000001

Color Harmonies of #FFC34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC34C

Black with #FFC34C

Text Example


Text Example

White with #FFC34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC34C; }

 p { color: rgb(255,195,76); }

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

background-color css

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

 a { background-color: rgb(255,195,76); }

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

border-color css

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

 span { border-color: rgb(255,195,76); }

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